projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
90176e3
)
ARM: renesas: grpeach: Align env position
author
Marek Vasut
<
[email protected]
>
Sat, 4 May 2019 17:35:27 +0000
(19:35 +0200)
committer
Marek Vasut
<
[email protected]
>
Tue, 14 May 2019 17:52:04 +0000
(19:52 +0200)
Move the U-Boot environment to 0x80000 to match the downstream
vendor fork and allow easy migration from one to the other.
Signed-off-by: Marek Vasut <
[email protected]
>
Cc: Chris Brandt <
[email protected]
>
Cc: Nobuhiro Iwamatsu <
[email protected]
>
include/configs/grpeach.h
patch
|
blob
|
history
diff --git
a/include/configs/grpeach.h
b/include/configs/grpeach.h
index 01704d84c2c72d925452acbbe9164a1c29c601f8..b7271ab1f6e325d80641b4064e861d0c09c3063e 100644
(file)
--- a/
include/configs/grpeach.h
+++ b/
include/configs/grpeach.h
@@
-31,7
+31,7
@@
#define CONFIG_ENV_OVERWRITE 1
#define CONFIG_ENV_SECT_SIZE (64 * 1024)
#define CONFIG_ENV_SIZE (CONFIG_ENV_SECT_SIZE)
-#define CONFIG_ENV_OFFSET 0x
c
0000
+#define CONFIG_ENV_OFFSET 0x
8
0000
/* Malloc */
#define CONFIG_SYS_MALLOC_LEN (1024 * 1024)